Enum isotope_repl::Command [−][src]
pub enum Command { Expr(Expr), Stmt(Stmt), Code(Expr), Id(Expr), Addr(Expr), Flags(Expr), Tyck(Expr), }
Expand description
A command to the isotope
rewpl
Variants
Expr(Expr)
An isotope
expression
Stmt(Stmt)
An isotope
statement
Code(Expr)
Get the code of an expression
Id(Expr)
Get the ID of an expression
Addr(Expr)
Get the address of an expression
Flags(Expr)
Get the flags of an expression
Tyck(Expr)
Typecheck an expression
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Command
impl UnwindSafe for Command
Blanket Implementations
Mutably borrows from an owned value. Read more
Borrow an optional value of type T
Compare self to key
and return true
if they are equal.